Select the types of activity you want to include in your feed.
1import ProfileContainerSkeleton from '@/features/profile/containers/profileContainer/Skeleton.ProfileContainer'; 2 3export default function Loading() { 4 return <ProfileContainerSkeleton />; 5}